From b6c8671fdea3a34fa59f81ad16513f8e0fbdcd9d Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 9 May 2011 13:23:52 +0200 Subject: [PATCH] reftests: Add CSS file for alignment test We need to force arrow scaling to 1.0 to get the alignment right. --- tests/reftests/Makefile.am | 1 + tests/reftests/misc-alignment.css | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 tests/reftests/misc-alignment.css diff --git a/tests/reftests/Makefile.am b/tests/reftests/Makefile.am index c21efa0f1d..f5eef322fb 100644 --- a/tests/reftests/Makefile.am +++ b/tests/reftests/Makefile.am @@ -44,6 +44,7 @@ EXTRA_DIST += \ label-small-ellipsized.ui \ label-wrap-justify.ref.ui \ label-wrap-justify.ui \ + misc-alignment.css \ misc-alignment.ui \ misc-alignment.ref.ui \ nonresizable-size.ref.ui \ diff --git a/tests/reftests/misc-alignment.css b/tests/reftests/misc-alignment.css new file mode 100644 index 0000000000..52b4ff5a29 --- /dev/null +++ b/tests/reftests/misc-alignment.css @@ -0,0 +1,3 @@ +* { + -GtkArrow-arrow-scaling: 1.0 +} -- 2.30.2